projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd0cfc6
)
ostree: manually patch generated files
author
Luca BRUNO
<luca.bruno@coreos.com>
Fri, 4 Mar 2022 14:28:35 +0000
(14:28 +0000)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:57 +0000
(12:53 -0400)
This manually adds a missing `ToGlibPtr` import, which seems to be result
of some bugs in `gir` code-generation.
rust-bindings/src/auto/repo_finder_result.rs
patch
|
blob
|
history
diff --git
a/rust-bindings/src/auto/repo_finder_result.rs
b/rust-bindings/src/auto/repo_finder_result.rs
index b6850ca7d7596a222f14f1a4ed5091b3f4c6247a..702ec52c924d89f5bdd3f37e3ca8886e0038e0f8 100644
(file)
--- a/
rust-bindings/src/auto/repo_finder_result.rs
+++ b/
rust-bindings/src/auto/repo_finder_result.rs
@@
-3,6
+3,7
@@
// DO NOT EDIT
use std::cmp;
+use glib::translate::*;
glib::wrapper! {
#[derive(Debug, Hash)]